PDF4Java Reference Documentation
com.o2sol.pdf4java.forms Package / PDFFieldWidget Class / setTextColor Method
The widget text color.
In This Topic
    setTextColor Method
    In This Topic
    Sets the widget text color.
    Syntax
    public void setTextColor( 
       PDFColor value
    )

    Parameters

    value
    The widget text color.
    Exceptions
    ExceptionDescription
    Thrown when the property is set to a color other than Gray, RGB or CMYK.
    See Also